From 2f305c082a48cf0a28f0699ed0c08f303f8e2b6f Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Sat, 23 Oct 2004 13:00:33 +0000 Subject: [PATCH] forgot to move the comment --- includes/Parser.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/Parser.php b/includes/Parser.php index ecbf761765..80dd1a7834 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1095,8 +1095,7 @@ class Parser global $wgLang, $wgContLang, $wgLinkCache; global $wgDisableLangConversion; static $fname = 'Parser::replaceInternalLinks' ; - # use a counter to prevent too much unknown links from - # being checked for different language variants. + wfProfileIn( $fname ); wfProfileIn( $fname.'-setup' ); -- 2.20.1